SftTree/NET 2.0

MergeWithNextDefault Property, FootersClass Class

Softel vdm, Inc.

Defines the default value for the CellBaseClass.MergeWithNext property for cells in column footers, whether cells are eligible to merge with the next adjacent cell.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MergeWithNextDefault As Boolean

C#   

public bool MergeWithNextDefault { get; set; }

C++   

public: property bool MergeWithNextDefault {
        bool get();
        void set(bool value);
}

Property Value

True if cells are eligible to merge with the next adjacent cell, otherwise False.

The default value is False.

Comments

The MergeWithNextDefault property defines the default value for the CellBaseClass.MergeWithNext property for cells in column footers, whether cells are eligible to merge with the next adjacent cell.

The default settings for cell merging can be defined using these properties: Headers.MergeWithNextDefault for column headers, MergeWithNextDefault for column footers and ColumnClass.MergeWithNextDefault for each column.

MergeWithNextDefault and MergeWithLowerDefault should not be set to True at the same time to avoid intersecting merged cells (vertically and horizontally).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com